From 09567d19a73b7992f702605790d7dc43139650e9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 29 Aug 2015 12:48:21 -0400 Subject: [PATCH] gtk-demo: Change an accel The application demo had a "Blue" and a "Bold" menuitem both with the Ctrl-B accel. This is confusing, since only one of them works. Change the accelerator for bold to Ctrl-Shift-B, so they both work. --- demos/gtk-demo/menus.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/gtk-demo/menus.ui b/demos/gtk-demo/menus.ui index 0bbe11a8d9..a0aecfa1e6 100644 --- a/demos/gtk-demo/menus.ui +++ b/demos/gtk-demo/menus.ui @@ -91,7 +91,7 @@ _Bold win.bold - <Primary>b + <Primary><Shift>b -- 2.30.2